@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1rem;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
} 



header{
  --main-color:#d3ad7f;
  --black:#13131a;
  --bg:#010103;
  --border:.1rem solid rgba(255,255,255,.3);
}

.capitalize {
text-transform: capitalize;
}

body {
width: 100%;
font-family: "Montserrat", sans-serif;
}

header {
background-color: rgb(255, 255, 255);
display: flex;
align-items: center;
justify-content: space-around;
width: 95%;
z-index: 999;
height: 1.6rem;
transition:background-color .2s;
margin-top: 0px;
top: 10%;
border-radius: 30px;
position: relative;
margin: 0 auto;
}

.container-pc a {
  display: flex;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}

.container-mb a {
  display: flex;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}

header:has(#hamburguer input:checked){
background-color: white;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.411); /* Cor escura de sobreposição */
  z-index: 901; /* Coloca a sobreposição acima de todos os outros elementos */
  display: none; /* Inicialmente oculto */
}

.checkbox:checked ~ .overlay {
  display: block; /* Exibir a sobreposição quando o menu é aberto */
}


.container-logo {
display: flex;
align-items: center;
padding-right: 1rem;
}

.logo {
width: 100%;
max-width: 5.7rem;
color: white;
display: flex;
align-items: center;
justify-content: center;
}

.logo-2 {
font-size: .4rem;
display: flex;
align-items: center;
color: black;
}

.logo-h4 {
font-size: .2rem;
display: flex;
align-items: center;
justify-content: center;
color: black;
}

header ul {
display: flex;
gap: 40px;
align-items: center;
}

header ul li {
list-style: none;
transition: border-color .3s;
transition: all .2s ease-in-out;
padding: 14px 6px;
display: flex;
}

header ul li:hover {
border-bottom: solid #7fa1d3;
transform: scale(1);
}

header ul li a{
font-size: 20px;
color: black;
text-decoration: none;
transition: all ease-in-out;
font-weight: 500;
    
}

header ul li a:hover {
transform: scale(1.1);
color: #7fa1d3;
}

.logo-mb {
width: 100%;
display: flex;
}

.menu-icon {
display: block;
align-items: center;
justify-content: center;
margin-top: 22px;
font-size: 35px;
color: white;
cursor: pointer;
background-color: ea2a00;
padding: 5px 10px;
border: solid;
border-radius: 15px;
}

.content {
padding: 20px;
}

#menu-toggle {
display: none;
}

#menu-toggle:checked + .menu {
display: none;
}

.container-home {
 background-size: cover;
 background-repeat: no-repeat;
 background-image:url('../imagens para/Sem nome (2641 x 2000 px) (1170 x 524 px).gif');
}

.container-home-2 {
  width:95%;
  margin:auto;
  padding-block:30px;
  height:auto;
  display:flex;
  flex-direction:column;
  gap:4rem;
}

@media screen and (max-width: 1024px) {
.menu-icon {
  display: block;
}


.container-home {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image:url('../imagens para/Sem nome (2641 x 2000 px) (1170 x 524 px) (1515 x 2000 px).gif');
}

.animated-text {
  color: #ffffff;
  transform: translateX(-100%);
  animation: slideIn 1s forwards;
  position: relative;
  /* top: 150px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.animated-text h1 {
  font-size: .5rem;
  max-width: 87%;
  margin-bottom: 20px;
}

.animated-text h2 {
  font-size: .2rem;
  max-width: 80%;
  font-weight: 1;
  margin-bottom: 20px;
}


.menu-icon ul li {
  padding: 10px 0;
}


.logo {
  display: none;
}

.logo-2 {
  display: none;
}

.logo-h4 {
display: none;

}

.container-logo-mb {
display: flex;
align-items: center;
}

.logo-mb {
max-width: 6rem;
color: white;
display: flex;
align-items: center;
justify-content: center;
}

.logo-2-mb {
font-size: .4rem;
align-items: center;
justify-content: center;
color: black;
}

.logo-h4-mb {
font-size: 15%;
color: black;
}

.color-consulting {
color: #d3ad7f;
font-size: .4rem;
margin-left: 0;
}

h1 h4 .port {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
} 

.container-mb {
align-items: center;
display: flex;
height: 2rem;
justify-content: space-between;
width: 90%;
}

.image {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}

.container-pc {
display: flex;
width: auto;
}

.checkbox {
visibility: hidden;

}

@media screen and (max-width: 1024px) {
  .container-mb:has(label .checkbox:not(:checked))+.container-pc {
    transform: translate(200%, 100%);
  }

  header {
    position: relative;
    top: 5%;
    left: 0;
    right: 0;
    height: 1.6rem;
    /* margin-top: 20px; */
  }


  .container-pc {
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: column;
    transform: translate(30%, 100%);
    transition: transform .3s linear;
    width: 100%;
  }

  .container-pc {
    background-color: white;
    height: 100vh;
    }

  header ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    /* height: 100%; */
    font-size: 13px;
    color: white;
    list-style: none;
    transition: border-color .3s;
    transition: all .2s ease-in-out;
    text-wrap: nowrap;
  }

  header ul li:hover {
    transform: scale(1);
  }

  #home {
    width: 100vw;
  }
}

@media screen and (min-width: 1025px) {
  .container-mb {
    display: none;
  }

  #home {
    width: 100%;
    height: auto;
    margin-top: 104px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

}

.back-header {
  width: 100%;
  /* background-image: url('/imagens para/Palestrante_de_treinador_de_negocios_masculino_de_terno.jpg'); */
  background-size: 120%;
  background-position: 0px -400px;
  background-repeat: no-repeat;
  height: 7rem;
  position: relative;
  top: -110px;
  display: flex;
  align-items: flex-end; 
   padding-bottom: 0.5rem; 
   padding-left: .2rem;
}

.animated-text {
  color: #ffffff;
  transform: translateX(-100%);
  animation: slideIn 1s forwards;
}

.animated-text h1 {
  font-size: .8rem;
  max-width: 87%;
  margin-bottom: 20px;
}

.animated-text h2 {
  font-size: .4rem;
  max-width: 80%;
  font-weight: 1;
  margin-bottom: 20px;
}


.container-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-button {
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  background-color: ea2a00;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.contact-button:hover {
  background-color: #a12104;
  transform: scale(1.05);
}

.contact-button:active {
  background-color: #004494;
  transform: scale(1);
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.home-mb {
  width: 100%;
  height: auto;
  margin-top: 104px;
}

.para {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  transform: translate(0, 7%);
  top: 0;
  right: 0;
  left: 0;
  background-color: #e4e4e4 ;
  height: auto;
  padding: 50px;
}

.font-form {
font-size: 35%;
color: white;
}


.font {
width: 100%;
height: auto;
max-width: 12rem;
padding: .2rem;
border-radius: 15px;
margin-right: 1rem;
font-family: "Montserrat", sans-serif;
}

.font p {
color: black;
font-size: 35%;
text-align: center;
}

.container-servicos {
display: flex;



}

.imagem-porto {
 width: 6rem;  
 height: 7rem;
 display: flex;
 z-index: 998;
}

/* formulario */

.highlight {
    border-bottom: 2px solid #00ff00; /* Exemplo de estilo quando o valor é preenchido */
}
.arrow-container {
    text-align: center;
    margin-top: 20px;
}
.arrow {
    width: 50px;
    height: 50px;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.container {
    width: 100%;
    max-width: 95%;
    height: auto;
    border-radius: 50px;
    margin-bottom: 100px;
    margin-top: 40px;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(20, 35, 118);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.formulario {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: white;
    font-family: sans-serif;
    letter-spacing: 2px;
}
label {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: border-bottom 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-bottom: 2px solid #d04907;
}
input[type="submit"] {
    background-color: #d04907;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    border: none;
    margin-top: 20px;
    border-radius: 20px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
input[type="submit"]:hover {
    background-color: #b23f06;
}
.field-description {
    font-size: 15px;
    color: #ffffff85;
    margin-top: 5px;
}
.field-description-inline {
    display: inline-block;
    margin-left: 10px;
}

#contato {
  width: auto;
  font-size: 20px;
}

#contato option {
  font-size: 20px
}

@media screen and (max-width: 1024px) {
    .font {
        width: 90%;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 70%;
        flex-direction: column;
        margin-right: 0;
        margin: auto;
        margin-top: 50px;
    }
    form {
        width: 90%;
        align-items: center;
    }
    .container {
        width: 95%;
        max-width: 600px;
        height: 70%;
        border-radius: 10px;
        padding: 30px;
        box-sizing: border-box;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
    .para {
        width: 100vw;
        display: flex;
        flex-direction: column;
        bottom: 0;
        align-items: center;
        justify-content: center;
        transform: translate(0, 0);
        top: 0;
        right: 0;
        left: 0;
        border: 1px;
        margin: 0;
        height: auto;
        background-color: #f0f0f0;
    }
    .img {
        padding: 1rem 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2rem;
    }
    .img img {
        width: 3rem;
        padding: auto 0;
        height: auto;
    }
    
.back-header {
  width: 100%;
  /* background-color: black; */
  /* background-image: url('../imagens para/Palestrante_de_treinador_de_negocios_masculino_de_terno2.jpg'); */
  background-position: 0px 200px;
  height: 10rem;
  position: relative;
  top: -350px;
  display: flex;
  align-items: flex-end; 
}
.animated-text {
  color: #ffffff;
  transform: translateX(-100%);
  animation: slideIn 1s forwards;
}

.animated-text h1 {
  font-size: .5rem;
}

.animated-text h2 {
  font-size: .2rem;  
}


}
 

.title-1 {
    font-weight: 2000;
    font-size: .6rem;
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.664);
    margin-bottom: 8px;
}
.title {
    font-size: .7rem;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #000000d0;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
/* Parceiros */

.container-parceiros {
position: relative;
padding: 15px;
max-width: 80%;
margin: auto;
font-size: 20px;
margin-top: 2rem;
margin-bottom: 2rem;
}

.gallery-wrapper {
overflow-x: auto;
border-radius: .2rem;
width: 100%;
height: 2rem;
background-color: rgb(255, 255, 255);
display: flex;
align-items: center;
}

.gallery-wrapper img {
width: 1000rem;
max-width: 4rem;
padding-left: .2rem;
margin-right: .2rem;
height: auto;

}

.arrow-left,
.arrow-right {
position: absolute;
top: 0;
left: 0;
right: auto;
bottom: 0;
border-radius: .2rem;
line-height: auto;
color: #fff;
transition: all 600ms ease-in-out;
background: linear-gradient(to left, transparent 0%, black 200%);
opacity: 0.1;
cursor: pointer;
border: none;
}

.arrow-left:hover,
.arrow-right:hover {
opacity: 1;
}

.arrow-right {
right: 0;
left: auto;
text-align: right;
background: linear-gradient(to right, transparent 0%, black 200%);
}

.gallery {
display: flex;

}

.current-item {
opacity: 1;
}

.gallery-wrapper::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gallery-wrapper {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}

.cyan {
background: cyan;
}

.deeppink {
background: deeppink;
}

.turquoise {
background: turquoise;
}

.darkblue {
background: darkblue;
}

.purple {
background: purple;
}

@media screen and (max-width: 1024px) {
  .gallery-wrapper {
    overflow-x: auto;
    border-radius: .2rem;
    max-width: 100%; /* Alterado para responsivo */
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.gallery-wrapper img {
    width: 3rem;
    max-width: 100%; /* Para tornar responsivo */
    height: auto;
  }
  .arrow-left,
  .arrow-right {
    font-size: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    border-radius: .2rem;
    line-height: auto;
    color: #fff;
    transition: all 600ms ease-in-out;
    background: linear-gradient(to left, transparent 0%, black 200%);
    opacity: 0.1;
    cursor: pointer;
    border: none;
  }
  
  .arrow-right {
    width: auto;
    right: 0;
    left: auto;
    text-align: right;
    background: linear-gradient(to right, transparent 0%, black 200%);
  }
  
  .container-parceiros {
    margin-top: 15px;
    margin-bottom: .2rem;
    padding: 0;
  }
}
/* Section II */
.carousel-1 {
  display: flex;
  width: 100%;
  max-width: 60%;
  height: auto;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 100%;
  /* background-color: white; */
  border-radius: 10px;
  margin-left: 15px;
  flex-direction: column;
}

.align-text {
  flex-direction: column;
  position: relative;
  left: 0px;
  top: 0;
}

.corretora-car {
  font-size: 50px; 
  margin-bottom: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.especializadas {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 1;
}

.carousel-container {
  overflow: hidden;
  margin: 20px auto;
  max-width: 100%; /* Define a largura máxima do carrossel */
  position: relative; /* Adiciona posição relativa para as setas */
}

.carousel {
  display: flex;
  gap: 20px; /* Adiciona espaçamento entre os itens */
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 50%; 
  text-align: center;
  padding: 20px;
  min-height: 4rem;
  border: 1px solid #ccc; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-direction: column;
}

.icon-home {
  width: 1.5rem;
  align-items: center;
  justify-content: start;
}

.carousel-item h1 {
  font-size: 20px;
}

.carousel-button {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  transform: translateY(-22%); /* Centraliza verticalmente */
  font-size: 50px;
  font-weight: 1;
  background-color: rgb(255, 255, 255);
  height: 50%;
  border-radius: 30px;
  transition: .4s;
}

.carousel-button:hover {
background-color: #dedede;
}

.carousel-button.prev {
  left: -40;
  z-index: -1;
}

.carousel-button.next {
  right: -40;
  z-index: -1;

}

@media (max-width: 930px) {
  .carousel-1 {
    max-width: 80%;
    margin-top: 100px;
    margin-left: 0px;
  }

  .carousel-button {
    transform: translateY(-30%); /* Centraliza verticalmente */
  }

  .align-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0;
    margin-bottom: 50px;
  }
  
  .corretora-car {
    font-size: 40%; 
    margin-bottom: 10px;
    text-align: center;
  }
  .especializadas {
    font-size: 30%;
    margin-bottom: 20px;
    text-align: center;
  }

  .carousel-item {
    flex: 0 0 100%; /* Altera a largura dos itens para ocupar 100% da largura do container */
  }

  .carousel-item h1 {
    font-size: 16px; /* Define o tamanho da fonte do título para telas menores */
  }
}

#quem-somos {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#quem-somos-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#quem-somos h1 {
  width: 100%;
  font-size: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-somos {
  background-image: url(/imagens/Porto-Consulting.png);
  background-size: cover;
  width: 1rem;
  position: absolute;
  z-index: 9099;
}

.quem-somos-txt {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  /* border: #ccc solid; */
  width: 100%;
  max-width: 10rem;
  border-radius: 15px;
  background-color: #ffffff;
  max-height: 500px;
  overflow-y: auto;
  text-align: left;
  z-index: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}

.quem-somos-txt p {
  font-size: 20px;
  color: #000000;
  padding: .4rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

@media only screen and (max-width: 900px) {
  #quem-somos {
      flex-direction: column-reverse;
  } 

  .quem-somos-txt {
      padding: 5%;
      overflow-y: auto;
      width: 90%;
      height: auto;
  }
  
  #quem-somos h1 {
      margin-bottom: 50px;
      width: 100%;
      /* font-size: .9rem; */
  }
}


/* contato */

#meios-contato {
  width: 100%;
  background-color: #142276;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 100px;
}

.meios-de-contato {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-contato{
  display: flex;
  justify-content: center; 
  flex-direction: column; 
  align-items: center;
}

.img-contato {
  width: 100%;
  max-width: 4.5rem;
}

.todos-contatos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.font-contato {
  max-width: 6rem;
  font-size: 15px;
  color: white;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 1;
}

.font-email {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 20px;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
}

.text-color {
  display: flex;
  align-items: center;
  max-width: 4rem;
  font-size: 15px;
  color: white;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  
}


#meios-contato a {
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.endereco-mapa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mapa {
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  max-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

@media only screen and (max-width: 1050px) {
  #meios-contato {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
  
  .container-media {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 50px;
  }  
  
  .font-contato {
    margin-top: 40;
  }
  
  .mapa {
    width: 90%;
    margin-top: 20px;
  }
}

.contato-img {
  width: 30px;
  margin-right: 10px;
}

.font-numero {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif; 
}

.fonte-rede {
  margin-top: 25px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

.container-media {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.facebook-icon {
  width: .5rem;
  margin-right: 5px;
  transition: .2s ;
}

.instagram-icon {
  width: .5rem;
  margin-left: 5px;
  transition: .2s ;
}

.facebook-icon:hover {
  width: .7rem;
}

.instagram-icon:hover {
  width: .7rem;
}

#copy {
  background-color: #142376f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0.5px solid white;
}

.text-copy {
  color: white;
  font-size: 15px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
}

.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px; 
  z-index: 977; 
}

.whatsapp-link img {
  width: 60px; 
  height: auto;
}


@media only screen and (max-width: 1050px) {
  .whatsapp-link img {
    width: 60px; 
    height: auto;
  }
 }

 @media only screen and (max-width: 480px) and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
      background-color: #f0f0f0; /* Substitua pela cor desejada */
      z-index: 1111;
  }
}


.cookie-consent {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(116, 0, 0, 0.3);
  display: none; /* Escondido por padrão */
  width: 100%;
  max-width: 80%;
}

.cookie-consent p {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: black;
}

.cookie-consent p a {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: black;
}

.cookie-buttons {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-buttons button {
  width: 90%;
  height: 30px;
  max-width: 100%;
  background-color: ea2a00;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
}

.cookie-buttons button:hover {
  background-color: rgb(138, 40, 5);
}

.cookie-buttons button#declineCookies {
  background-color: #f44336;
}

.cookie-buttons button#declineCookies:hover {
  background-color: #e53935;
}

/* Responsividade */
@media (max-width: 600px) {
  .cookie-consent {
    width: 90%;
    padding: 10px;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-buttons button {
    width: 100%;
    margin-bottom: 5px;
  }

  .cookie-buttons button:last-child {
    margin-bottom: 0;
  }
}